home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-14 | 652 b | 29 lines |
- # Makefile for all subdirs in octave's libcruft directory
- # Modified by Klaus Gebhardt, 1994 - 1996
-
- TOPDIR = ../..
-
- ifeq ($(DLLNAME),misc)
-
- SPECIAL = gen-d1mach.c d1mach-tst.for machar.c dostop.c
- SPECIAL_DEPEND = d1mach.obj machar.obj dostop.obj
- DISTFILES = $(subst d1mach.f, , $(DISTFILES))
- EXTERNAL_DISTFILES = $(DISTFILES)
-
- include $(TOPDIR)/makeconf.os2
- include ../makerules.os2
-
- d1mach.f: gen-d1mach.exe
- gen-d1mach > d1mach.f
-
- # Don't optimize, to avoid gcc-2.3.3 problem.
-
- gen-d1mach.exe: gen-d1mach.c
- gcc -DDP -o gen-d1mach.exe gen-d1mach.c -lm
- else
-
- include $(TOPDIR)/makeconf.os2
- include ../makerules.os2
-
- endif
-